Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.faceted.search.dm.ecm.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.faceted.search.dm.ecm.types">

  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="FacetedSearchDefault">
      <label>FacetedSearchDefault</label>
      <icon>/icons/search.png</icon>
      <bigIcon>/icons/search_100.png</bigIcon>
      <description>FacetedSearchDefault.description</description>
      <default-view>home_view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>faceted_search_default</layout>
      </layouts>
      <!-- NXP-9686: use the grid summary layout from now on -->
      <!--
        <layouts mode="summary">
        <layout>faceted_search_summary_layout</layout>
        </layouts>
      -->
    </type>

    <type id="Folder">
      <subtypes>
        <type hidden="create">FacetedSearchDefault</type>
      </subtypes>
    </type>

  </extension>

</component>